-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update aws/docker/kube for 0.12 release #100
base: main
Are you sure you want to change the base?
Conversation
@@ -3,7 +3,7 @@ | |||
|
|||
provider "aws" { | |||
version = "~> 3.0" | |||
region = "us-east-1" | |||
region = "eu-west-2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this change intentional? us-east-1
is pretty standard, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, didnt notice I commited that change, I just use my nearest neighbou, no need to change at all.
@@ -19,7 +19,7 @@ services: | |||
retries: 5 | |||
|
|||
db-init: | |||
image: hashicorp/boundary:0.9.0 | |||
image: hashicorp/boundary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we not make this explicitly 0.12.0
since this guide is written with that in mind?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my thought process was that it would make it easier to reuse this bit of code for future releases, hence why I dropped the version tag.
I thought about using an env file as well but happy either way
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
I've update the AWS , Docker , Kubernetes TF code to work on latests version of Boundary including the updated TF provider with hosts sources instead of host sets on targets.
I also added a facilitator to get the correct boundary version on the AWS documentation.
as well as added tf outputs on all code to facilitate getting started with boundary after a succesfull TF run.
as well as a "destroy-tf-run" helped to ease clean up of resources. (without it the resources get destroyed before boundary resources and a destroy run fails)